home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / Overview.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-14  |  1.1 KB  |  85 lines

  1. .RecentItem_Date
  2. {
  3.     float:left;
  4.     clear:left;
  5.     width:150px;
  6.     height:30px;
  7.     line-height:30px;
  8.     text-align:right;
  9.     font-size:12px;
  10.     color:#999;
  11. }
  12.  
  13. a.RecentItem:link, a.RecentItem:visited
  14. {
  15.     float:left;
  16.  
  17.     display:block;
  18.     width:440px !important;
  19.     width:450px;
  20.     height:30px;
  21.     line-height:30px;
  22.     padding-left:10px;
  23.     margin:0 0 5px 10px;
  24.     text-decoration:none;
  25.     border:1px solid #fff;
  26.     color:#666;
  27.     overflow:hidden;
  28. }
  29.  
  30. a.RecentItem:hover
  31. {
  32.     border:1px dashed #ccc;
  33.     color:#000;
  34.     background:#f5f5f5;
  35. }
  36.  
  37. a.RecentItem:active
  38. {
  39.     background:#eee;
  40.     border:1px dashed #aaa;
  41. }
  42.  
  43. .NoNews
  44. {
  45.     color:#bbb !important;
  46. }
  47.  
  48. #ProjectDescription
  49. {
  50.     float:left;
  51.     width:96%;
  52.     height:140px;
  53.     overflow:auto;
  54.     line-height:20px;
  55.     color:#333;
  56.     margin-left:10px;
  57.     border:1px dashed #ccc;
  58.     background:#f5f5f5;
  59.     padding:5px 5px 5px 5px;
  60. }
  61.  
  62. a.ProjectDescription:link, a.ProjectDescription:visited
  63. {
  64.     display:block;
  65.     width:100%;
  66.     
  67.     color:#333;
  68.     text-decoration:none;
  69. }
  70. a.ProjectDescription:hover
  71. {
  72.     /* color:#17c; */
  73.     color:#888;
  74.     text-decoration:underline;
  75.     background:#e5e5e5;
  76. }
  77.  
  78. #ProjectDescription_TA
  79. {
  80.     width:100%;
  81.     height:100px;
  82.     overflow:auto;
  83.     line-height:20px;
  84.     font-size:14px;
  85. }